home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga Latest & Greatest Volume 227 (1995)(SOMC)(Disk 2 of y)[SMCxxxC30Ix].zip / Amiga Latest & Greatest Volume 227 (1995)(SOMC)(Disk 2 of y)[SMCxxxC30Ix].adf / s / startup-sequence
Text File  |  1980-01-12  |  1KB  |  42 lines

  1. makedir ram:T ram:Clipboards ram:env ram:env/sys
  2. copy >NIL: ENVARC: ram:env all quiet noreq
  3. assign ENV: ram:env
  4. assign T: ram:t 
  5. assign CLIPS: ram:clipboards
  6. Assign >NIL: PRINTERS: DEVS:Printers
  7.  
  8. echo " "
  9. echo "I am about to display 2 pictures, just click the right mouse button"
  10. echo "once to exit each picture."
  11. showpic ABGTWB3_VOL1:pics/loader.iff
  12. cls
  13. showpic ABGTWB3_VOL1:pics/advert.iff
  14. c:makedir ENV:amigaguide
  15. c:setenv Amigaguide/path "ABGTWB3_VOL1"
  16. cls
  17. echo "THIS VOLUME IS P.D PLEASE GIVE TO YOUR PALS, FUTURE VOLUMES ARE "
  18. echo "ONLY AVAILABLE FROM F1 LICENCEWARE AND OFFICIAL F1 DISTRIBUTORS"
  19. echo "---------------------------------------------------------------"
  20. echo " "
  21. echo " "
  22. echo "If you want to look at the two PD utilities on this disk"
  23. echo "then press y on your keyboard now and then the return key."
  24. echo "If you want to load the tutorial then press n and then return."
  25. echo "I recommend you look at the tutorial first and click on the"
  26. echo "button called ON DISK UTILS, which explains everything."
  27. echo " "
  28. Ask "Look at utils on disk? y/n"
  29.  
  30. if warn
  31. gowb
  32. endif
  33.  
  34. echo " "
  35. echo "LOADING TUTORIAL-PLEASE WAIT...."
  36. ;
  37. cd ABGTWB3_VOL1:
  38.  
  39. amigaguide ABGTWB3_VOL1:menus.guide
  40.  
  41.  
  42.